POV-Ray : Newsgroups : povray.binaries.images : Not what I wanted, but interesting... : Re: Not what I wanted, but interesting... Server Time
1 Aug 2024 14:27:31 EDT (-0400)
  Re: Not what I wanted, but interesting...  
From: Bryan Valencia
Date: 13 Jul 2008 02:14:40
Message: <48799d50@news.povray.org>
This is fun too!

#declare TileNorm = function(x,z) { min(abs(cos(z)*cos(x))*20,1)  }


#declare planetexture2=texture{
	pigment{color White}
	finish{phong .7 phong_size 1 ambient .25 reflection 0.1}
	normal{ function {TileNorm(x,z) }, 1}
}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.